; ; Preference file for FIFA ; ; [colour] = new colour ; A,R,G,B, NOTE: there must be a comma at the end of the string [colour];colour 0 - white 255,255,255,255, [colour];colour 1 - orange 255,240,160,50, [colour];colour 2 - blue grey 255,170,175,200, [colour];colour 3 - black 255,0,0,0, [colour];colour 4 - disabled grey 255,180,180,180, ; language,font index,fontfile ; font pointers are: ; ALL ASCII-TYPE=-1 ; (english=0, american=1, french=2, german=3, italian=4, spanish=5, swedish=6, dutch=7, portugese=8) ; GREEK=9 ; HEBREW=10 ; JAPANESE=11 ; KOREAN=12 ; DEBUG=13 [font] -1,0,engfont2.ffn, [font] -1,1,engfont2.ffn, [font] 9,0,grkfont2.ffn, [font] 9,1,grkfont2.ffn, [font] 10,0,hebfont2.ffn, [font] 10,1,hebfont2.ffn, [font] 11,0,jpnfont0.ffn, [font] 11,1,jpnfont0.ffn, [font] 12,0,korfont0.ffn, [font] 12,1,korfont0.ffn, [end]; end marker